Split the VIF I/O statistics fields out into a VIF_metrics class. Implement
authorEwan Mellor <ewan@xensource.com>
Tue, 20 Feb 2007 21:55:11 +0000 (21:55 +0000)
committerEwan Mellor <ewan@xensource.com>
Tue, 20 Feb 2007 21:55:11 +0000 (21:55 +0000)
commitfa4627735b0d9117cda8c9f7cc96eefcf91db8e4
tree2db18880244eae59cd0632f67e7de925bd6d0e7a
parentd8d0f7d08c6ee3e5c1c3ec5fe10d71cc9d727949
Split the VIF I/O statistics fields out into a VIF_metrics class.  Implement
this in Xend, and fix the VBD_metrics implementation.  Implement C bindings
also.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
docs/xen-api/xenapi-datamodel.tex
tools/libxen/include/xen_vif.h
tools/libxen/include/xen_vif_metrics.h [new file with mode: 0644]
tools/libxen/include/xen_vif_metrics_decl.h [new file with mode: 0644]
tools/libxen/src/xen_vif.c
tools/libxen/src/xen_vif_metrics.c [new file with mode: 0644]
tools/python/xen/xend/XendAPI.py